The first thing LaTeX does when processing ordinary text is to translate your input file into a sequence of glyphs and spaces. To produce a printed document, this sequence must be broken into lines (and these lines must be broken into pages).
LaTeX usually does the line (and page) breaking for you, but in
some environments, you do the line breaking yourself with the
\\
command, and you can always manually force breaks.