Why to use EnableViewState property?

EnableViewState allows to retain the values of the controls across the requests on a pge in the client in the same session.
So because of more data on page(reading/reloadings by client and server), round trips are slow.
When user presses back button,this makes sure that the data exists.