What is the purpose of the function_e()?

This function  displays (or echoes to the display device), the returned translated text from translate().

When the translate() function is called, with the parameters as shown here:

<?php translate( $text, $domain ) ?>

this function then retrieves the translation of $text.

If there is no translation, or the domain is not loaded then the original text is returned.