Those operators are there so you can use it with cout and the other iostream objects. Like this:
Friends fr;
fstream fin("data.dat", ....);
fin >> fr; // reads in all necessary information from a file
cout << fr; // output to console