I'm taking an online MVC course and the instructor is describing use of a "pure ViewModel". (Instructor is not responsive to questions so I'm asking here. He is also using Entity Framework Code First methodology.) He started this discussion based on setting (manual) default values for Add forms rather than taking the default from the Model.
What is the point/benefit of using the pure ViewModel?