Pipes Modules

To use custom pipes in ionic with angular, you should create a pipe component and export the pipes there, following this example:

My question is: should you create a module for each custom pipe? Do you create one module for all the pipes? Does this affect performance?

If anyone has worked with custom pipes, I would appreciate your input and how you work with them.

Thanks