Inspired by : #2804323: Need a views group URL field
Currently Node has a dedicated field handler to provide the canonical URL to a node: \Drupal\node\Plugin\views\field\Path
The generic entity link handler currently doesn't have the option to return a raw URL, only formatted links. We should allow the generic handler to provide this data, and probably depreciate the node specific implementation.