For example the diffusion.tagsquery method cannot be invoked without authentication, even though the logged-out user can access equivalent pages through the web interface. This encourages scraping, which consumes more server resources than a simple API call.
The class ConduitAPIMethod has the function shouldRequireAuthentication. Setting it to false on view-only API methods can allow public API access.