Why does WordPress use cookies for /wp-admin and /wp-content/plugins for non-admin users [duplicate]
According to answer here: All logged in users use resources from wp-admin and plugins, not just admins. The cookies are for keeping track of the logged in user’s authorization to access each resource. If a visitor does not log in, no cookies are set at all by default. Themes or plugins may do so though.