Currently, if you run multiple pipelines, you have to list them in pipelines.yml. In some cases, it would be easier to have a pipelines.d directory with individual files for each pipeline instead of the single pipelines.yml file.
My example is using Ansible to manage pipelines, I can have have different pipeline files for different roles, but I have to "blend" the pipeline.yml file.