The com.adobe.pdf identifier inherits from public.composite-content. In other words, PDF documents are a specific subset of all documents that conform to public.composite-content.
As you can see in the reference documentation, there are many types that conform to public.composite-content, such as com.apple.rtfd (for RTF documents), com.apple.webarchive and public.presentation for presentation files (Keynote, Powerpoint etc).
The main distinguishing feature of public.composite-content files is that they combine different specific types of data in one file, as opposed to types inheriting from public.data which are just binary blobs. I personally think the distinction is not exactly clear-cut but there you go.
If you want to handle PDF types, you just need to declare conformance to com.adobe.pdf.