The internet is built on RFCs - it stands for "Request For Comments" and defines practically every public access protocol used on the internet.
RFC822 defines the set of values that a text (email) message should (or may) contain when being transmitted over the internet.
4.3.1. RETURN-PATH
This field is added by the final transport system that
delivers the message to its recipient. The field is intended
to contain definitive information about the address and route
back to the message's originator.
Note: The "Reply-To" field is added by the originator and
serves to direct replies, whereas the "Return-Path"
field is used to identify a path back to the origina-
tor.
While the syntax indicates that a route specification is
optional, every attempt should be made to provide that infor-
mation in this field.
So, according to the RFC, this header should be added by the final transport system (ie Plusnet) and should contain (where possible) the return path. It is not a required header and if the header is present, it is not required to have a value but every effort should be made.
B.