Model
OrderNotifier
Magento\Sales\Model\OrderNotifier
What it does
This class handles sending order confirmation emails to customers when a new order is placed.
Developers would use this when they need to programmatically trigger order notification emails or extend the order notification behavior.
It inherits from AbstractNotifier and uses OrderSender to actually send the email notifications.