9.20Reuse is the major goal
Suppose three processes need customer data:
Order Process API
Case Process API
Billing Process API
Instead of each implementing:
Salesforce Connector
SOQL
OAuth
error handling
mapping
they all call:
Customer Salesforce System API
That is real reuse.