why do we add prisma in ctx instead of using import ?

As stated in the doc
We include the Prisma Client in Context by default and recommend using this instead of importing it separately in each file.

but there is no explanation
Why is it better ?
What is the difference ?
Was this page helpful?