A Switch is a two-state toggle switch widget that can select between two options and a SwitchCompat is a version of the Switch widget which on devices back to API v7. It does not make any attempt to use the platform provided widget on those devices which it is available normally.
Given that both are available to any modern Android 4+ app developer, what are the reasons to use one or another? What are the core differences?