Let say I want to look at the long listing of the files in /etc, if I just do a ls -l the listing runs off the page and maybe even out of the buffer so I cannot scroll to it
Now lets pipe the same command to less so we can see it 1 page at a time a scroll through it