A section is just special syntax for applying an infix operator to a single argument. (# y)
is the more useful of the two, as (x #)
is equivalent to (#) x
(which is just applying the infix operator as a function to a single argument in the usual fashion).