The `pipe` operator (`|>`) is used to pass the result of one function as the first argument to the next function, making code more readable and concise.