What difference does it make? They're conceptually the same thing. You're mapping immutable data to map/reduce/filter like pure functions to get new data.
Improved code readability. The pipe operator was a game changer for me even after 20 years of programming (I know I was probably touching wrong things).