It might be useful to allow an extension to be installed from the filesystem. For example in Azle we are currently keeping the extension in the Azle repository, and installing the extension from the node_modules directory after an npm install might be a nice stable way to install it. Just a possible example of a use case.