An O/RM system allows you to persist an existing object model to a given storage medium. You should use an O/RM system because you have an object model to persist. You shouldn't create an object model in order to use an O/RM system.
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.