When the order of function calls matters, it’s best to show how they’re coupled:

make-coupling-obvious!

The “Before” version looks like two independent steps. The “After” version tells the reader why fetch is being called before sendEmail.