Main difference with Vercel / ZEIT is that unlike Netlify, it can more easily have SSR pages.
So like if you're using NextJS for instance, on Netlify you can only really use the static site generation features of NextJS, whereas with Vercel you have SSR pages as well as the API functions.