Custom Plugin Development: What priority should wp_enqueue_scripts have?

Default priorities are fine unless you have special cases where things need to load in a specific order, and even then, you should be defining dependencies for them instead of relying on priority numbers.

Priority numbers are a last resort mechanism, like CSS !important. Avoid setting them unless actually needed.