A service module service file owns the server workflow. It is where encryption, search indexing, file access, external API calls, and service-to-service coordination should live.
Unlike model services, service modules usually start from a string name: `serve("search" as const, ...)`. There may be no database model behind it.