Ага, ради того чтобы
In the case of a web application, exposing a UUID primary key in your URLs is a more secure alternative to using integer primary keys, as the predictably incremental nature of these can leave your application susceptible to enumeration attacks, and may also reveal other sensitive information about your app, such as the number of users it has, or in the case of an e-commerce app, the number of orders that have been placed.