Do message patterns matter?

You are building several WCF Services. You have several calls that are for logging purposes only, and the application is known to be chatty. Responsiveness is critical, and you need real-time responses for much of the application.

Do logging calls warrant the use of a different messaging pattern than other calls?
Why wouldn’t you just make everything employ duplex communication patterns?