What is "view"

This is the application display layer (which is separated from the other layers in the MVC standard).

The use of a view can facilitate the development of an application by several factors, among them we can mention: code organization, reuse of code snippets (templates for example) and etc.