Why do we need the file named iomanip?

Here is what one source has to say about this include file:

"This include file defines a set of manipulators that can affect both input and output streams of the iostream hierarchy of classes.  All these manipulators accept at least one parameter and mostly modify formatting information.  In order to be able to use these manipulators you have to explicitly include this file in your code."