A few classes extend \Magento\Eav\Setup\EavSetupFactory that provide additional features for specifc entity types:
- Product and Category: \Magento\Catalog\Setup\CategorySetup
- Customer and Customer address : \Magento\Customer\Setup\CustomerSetup
- Orders, Invoices, Shipments, and Credit memos: \Magento\Sales\Setup\SalesSetup
- Quotes (Quote is not an eav type): \Magento\Quote\Setup\QuoteSetup
(The answer marked green is correct)