Piping get command output to 'more' allows viewing the file contents page-by-page in the terminal instead of downloading it to local disk. This is useful for previewing remote files before downloading or examining log files. The '|more' is a shell pipe that invokes the pager program.